d/ Update SO version to 13
authorGert Wollny <gewo@debian.org>
Thu, 9 Aug 2018 19:31:41 +0000 (21:31 +0200)
committerGert Wollny <gewo@debian.org>
Thu, 9 Aug 2018 21:41:37 +0000 (23:41 +0200)
debian/control
debian/libdcmtk12.install [deleted file]
debian/libdcmtk12.lintian-overrides [deleted file]
debian/libdcmtk13.install [new file with mode: 0644]
debian/libdcmtk13.lintian-overrides [new file with mode: 0644]
debian/rules

index 8229e57d37485d6a8efcc8832af86c4cb73ce7d8..084ced17a5479429bd025227aa71c50734ac6690 100644 (file)
@@ -38,7 +38,7 @@ Description: OFFIS DICOM toolkit command line utilities
  .
  Note: This version was compiled with libssl support.
 
-Package: libdcmtk12
+Package: libdcmtk13
 Architecture: any
 Section: libs
 Depends: ${misc:Depends},
@@ -67,7 +67,7 @@ Depends: libxml2-dev,
          libwrap0-dev,
          libcharls-dev,
          libtiff-dev,
-         libdcmtk12 (= ${binary:Version}),
+         libdcmtk13 (= ${binary:Version}),
          ${misc:Depends}
 Suggests: dcmtk-doc
 Breaks: libinsighttoolkit4-dev (<< 4.9.0)
diff --git a/debian/libdcmtk12.install b/debian/libdcmtk12.install
deleted file mode 100644 (file)
index d0950e5..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*.so.*
-usr/share/libdcmtk12/*.dic
diff --git a/debian/libdcmtk12.lintian-overrides b/debian/libdcmtk12.lintian-overrides
deleted file mode 100644 (file)
index e87a569..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-# There is more than one library in one package bundles which makes perfectly
-# sense in this application but does not enable naming the library package apropriately
-libdcmtk12: package-name-doesnt-match-sonames
-libdcmtk12: embedded-library
-libdcmtk12: no-symbols-control-file
diff --git a/debian/libdcmtk13.install b/debian/libdcmtk13.install
new file mode 100644 (file)
index 0000000..0566d08
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib/*.so.*
+usr/share/libdcmtk13/*.dic
diff --git a/debian/libdcmtk13.lintian-overrides b/debian/libdcmtk13.lintian-overrides
new file mode 100644 (file)
index 0000000..92be431
--- /dev/null
@@ -0,0 +1,5 @@
+# There is more than one library in one package bundles which makes perfectly
+# sense in this application but does not enable naming the library package apropriately
+libdcmtk13: package-name-doesnt-match-sonames
+libdcmtk13: embedded-library
+libdcmtk13: no-symbols-control-file
index 73fd91c12db28cea3ae08cd6ed2fe184e6929285..3a324bd8dbc3b514d1bd384611778023ce153e79 100755 (executable)
@@ -38,7 +38,7 @@ CMAKE_EXTRA_FLAGS += -DCMAKE_BUILD_TYPE:STRING=None \
  -DDCMTK_WITH_ICONV:BOOL=ON \
  -DUSE_COMPILER_HIDDEN_VISIBILITY:BOOL=ON \
  -DCMAKE_VERBOSE_MAKEFILE=ON \
- -DDCMTK_INSTALL_DATDIC:STRING=share/libdcmtk12 \
+ -DDCMTK_INSTALL_DATDIC:STRING=share/libdcmtk13 \
  -DCMAKE_SKIP_RPATH:BOOL=OFF \
  -DDCMTK_USE_CXX11_STL:BOOL=ON \
  -DDCMTK_ENABLE_CXX11:BOOL=ON